home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / thesource-7.lha / Source / DefFunc.lha / DefFunc / README < prev    next >
Text File  |  1993-12-14  |  1KB  |  35 lines

  1.         Copyright (c) 1993  Ke Jin
  2.  
  3.         Permission to use, copy, modify, and distribute
  4.         this software and its documentation without fee
  5.         is granted, provided that the author's name and
  6.         this copyright notice are retained.
  7.  
  8.         This package includes 15 files of defunc version 1.2.1:
  9.  
  10.     README        This file
  11.     defunc.c     high level module of defunc
  12.     defunc.h     interface to defunc.c
  13.     dfctree.c    defunc low level module
  14.     dfctree.h       interface to defunc.c
  15.     dfcsymtable.c    defunc external token system
  16.     dfcsymtable.h     interface to dfcsymtable.c
  17.     dfcscan.h    defunc lexical scaner
  18.     dfcparse.y    yacc file of defunc parser
  19.     y.tab.c        generated from dfcparse.y by yacc
  20.     Makefile    install make file
  21.     defunc.3    manual page of defunc
  22.     dfopen.3     manual page of dfopen() etc. functions 
  23.     dftoken.3    manual page of defunc token system
  24.     demo.c        example program of using defunc 
  25.  
  26.  
  27.     Author Ke Jin.
  28.     Physics Dept.
  29.     Queen's Unviersity
  30.     Kingstion Ontario
  31.     Canada  K7L 3N6
  32.  
  33.     (jinke@sparky.phy.queensu.ca)
  34.  
  35.